Clipboard functions are all related to cutting, copying, and pasting. On the Macintosh, some clipboard functions can also apply to edit fields in dialog boxes and floating palettes. Functions that can operate in edit fields are implemented both as methods of the dreamweaver
object and as methods of the dom
object. The dreamweaver
version of the function operates on the selection in the window that has focus: the current Document window, the HTML inspector, or the Site window. On the Macintosh, the function can also operate on the selection in an edit field if the field has focus. The dom
version of the function always operates on the selection in the specified document.